ui:fieldHint
Purpose
Specifies custom markup for the hint part of aui:field
rendering.Example
<ui:field bean="${form}" name="${beastNumber}"> <ui:fieldHint> Hint: his neighbour is at number 668. </ui:fieldHint> </ui:field>
APIs and Tags for Theming and Plugin UI integration
(Quick Reference)
ui:fieldHintPurposeSpecifies custom markup for the hint part of aui:field rendering.Example<ui:field bean="${form}" name="${beastNumber}"> <ui:fieldHint> Hint: his neighbour is at number 668. </ui:fieldHint> </ui:field> AttributesNone. The body is used as the label content for the outer field tag. |
BeansTheme TagsUi TagsUi Template Tags |